LogInUserPass

 

The 'LogInUserPass' function logs in the specified user without using the dialog box for the login.

 

int @LogInUserPass(string user_name, string password)

 

Parameters

string user_name : user name

string password : password

 

Return Value

login result (1 = success, 0 = fail)

 

Example1

i = @LogInUserPass("user1", "pass");

Description : The above statement logs in the user named 'user1'.

 

Reference

@LogOut()

@GetUserRight()

@GetUserRightControl()

@LogIn

@LogInUser